home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir43 / perldoss.zip / EXTERN.H < prev    next >
Text File  |  1991-11-28  |  539b  |  27 lines

  1. /* $RCSfile: EXTERN.h,v $$Revision: 4.0.1.1 $$Date: 91/06/07 10:10:32 $
  2.  *
  3.  *    Copyright (c) 1991, Larry Wall
  4.  *
  5.  *    You may distribute under the terms of either the GNU General Public
  6.  *    License or the Artistic License, as specified in the README file.
  7.  *
  8.  * $Log:    EXTERN.h,v $
  9.  * Revision 4.0.1.1  91/06/07  10:10:32  lwall
  10.  * patch4: new copyright notice
  11.  *
  12.  * Revision 4.0  91/03/20  00:58:26  lwall
  13.  * 4.0 baseline.
  14.  *
  15.  */
  16.  
  17.  
  18. #undef EXT
  19. #define EXT extern
  20.  
  21.  
  22. #undef INIT
  23. #define INIT(x)
  24.  
  25.  
  26. #undef DOINIT
  27.